ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.Base Namespace / C1BaseSerializer<TControl,TItem,TICollectionOwner> Class / C1BaseSerializer<TControl,TItem,TICollectionOwner> Constructor / C1BaseSerializer<TControl,TItem,TICollectionOwner> Constructor(Object)
Serializable Object.

In This Topic
    C1BaseSerializer<TControl,TItem,TICollectionOwner> Constructor(Object)
    In This Topic
    Constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal serializableObject As System.Object _
    )
    public C1BaseSerializer<TControl,TItem,TICollectionOwner>( 
       System.object serializableObject
    )

    Parameters

    serializableObject
    Serializable Object.
    See Also